home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / ipc / ipc.mup next >
Encoding:
Text File  |  1994-06-05  |  240 b   |  10 lines

  1. gcc -D__KERNEL__ -O2 -m68030 -c util.c -o util.o
  2. gcc -D__KERNEL__ -O2 -m68030 -c msg.c -o msg.o
  3. gcc -D__KERNEL__ -O2 -m68030 -c sem.c -o sem.o
  4. gcc -D__KERNEL__ -O2 -m68030 -c shm.c -o shm.o
  5.  
  6. lnx-ld -r -o ipc.o  util.o
  7.  
  8. cp ipc.o ..\makedir
  9.  
  10.